Skip to main content

Get All Boards

AutomatR.Jira.Activities.GetAllBoards

The "Get All Boards" activity in AutomatR's Jira package utilizes the Jira API to retrieve a list of boards. This activity is designed to provide comprehensive information about boards associated with a Jira organization, facilitating efficient project management within automation workflows.

Properties

NameDescription
Misc
Display NameThe display name of the activity. This field supports only strings or String variables.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Get All Boards" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
ResultOutputs an object listing all the project details based on the JIRA organization. Variables of relevant types (e.g., dynamic variables) to store the board information.

How to use:

  1. Drag and drop the "Get All Boards" activity onto the workflow.
  2. Optionally, configure the delay.
  3. Execute the workflow to retrieve information about all boards associated with the Jira organization.

Example: Consider an example where the "Get All Boards" activity is used to retrieve a list of all boards within the Jira organization:

Get All Boards:
Result: allBoardsData

In this example, the activity fetches information about all boards associated with the Jira organization. The result, which includes details about each board, is stored in the dynamic variable "allBoardsData" for further handling in the workflow.